PERFORM CHECKLIST FOR DRIVES

This command will output the available drives to a checklist.

  Syntax
PERFORM CHECKLIST FOR DRIVES
  Returns

This command does not return a value.

  Description

The command provides a convenient way to store the available drives without using additional data structures, but does tie up the checklist when in use. Use the CHECKLIST commands in the SYSTEM command set to access the checklist.

  Example Code
cls
perform checklist for drives
for t=1 to checklist quantity()
print "drives= "+checklist string$(t)
next t
do
loop
end
  See also

FILE Commands Menu
Index